home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Terra Sound Library
/
Terra Sound Library.iso
/
player_composer
/
eagleplayer
/
ep_to_install
/
installdata
/
arexxexamples.lha
/
EP_AddUserPrg.dopus
< prev
next >
Wrap
Text File
|
1993-10-05
|
316b
|
19 lines
/* EaglePlayer - Lade angegebenes Userprogram rein */
parse arg userprgname
address 'rexx_EP'
options results
adduserprg userprgname
if result == "no" then do
address 'DOPUS.1'
toptext 'Eagleplayer: Userprogram not loaded !'
end
else do
address 'DOPUS.1'
toptext 'Eagleplayer: New Userprogram loaded !'
end